In this jupyter notebook, we'll analyse italian COVID-19 data gathered from Dipartimento di Protezione Civile GitHub repository (link).
We'll consider following compartments
- R recovered (total cumulative recovered cases)
- D deaths (total cumulative deaths caused by COVID-19)
- T confirmed (total cumulative cases)
- infected + recovered + deaths
- I infected (current positive cases)
- confirmed - (recovered + deaths)
- H hospitalized + C quarantine, where hospitalized can ben mild or severe (intensive care)